menu
superlikers_core package
documentation
inputs.dart
RequiredText
RequiredText.pure const constructor
RequiredText.pure const constructor
dark_mode
light_mode
RequiredText.pure
constructor
const
RequiredText.pure
(
{
int
minLength
=
1
,
int
?
maxLength
,
})
Implementation
const RequiredText.pure({this.minLength = 1, this.maxLength}) : super.pure('');
superlikers_core package
documentation
inputs
RequiredText
RequiredText.pure const constructor
RequiredText class