SignUpScreenErrorContent constructor

const SignUpScreenErrorContent(
  1. {dynamic errMsg: 'Unknown'}
)

Implementation

const SignUpScreenErrorContent({this.errMsg = 'Unknown'});