menu
flexicomponents package
documentation
helper/app_helper_picker.dart
Picker class
Picker class
dark_mode
light_mode
Picker
class
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
Methods
noSuchMethod
(
Invocation
invocation
)
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString
(
)
→
String
A string representation of this object.
inherited
Operators
operator ==
(
Object
other
)
→
bool
The equality operator.
inherited
Static Methods
DatePicker
(
{
required
BuildContext
context
,
DateTime
?
initialDate
,
DateTime
?
firstDate
,
DateTime
?
lastDate
,
required
dynamic
onChanged
(
DateTime
?
)?,
Color
bgColor
=
Colors.white
})
→ void
DatePicker Method
lastDate
if it's null it'll automatically generate from (DateTime.now()) to next 100 years
firstDate
if it's null it'll automatically generate from (DateTime.now()) to past 100 years
initialDate
if it's null it's (DateTime.now())
randomInt
(
{
int
?
max
=
5
})
→
int
flexicomponents package
documentation
helper/app_helper_picker
Picker class
app_helper_picker library