menu
phone_form_field package
documentation
phone_form_field.dart
GrayScale
GrayScale.new const constructor
GrayScale.new const constructor
dark_mode
light_mode
GrayScale
constructor
const
GrayScale
(
{
Key
?
key
,
required
Widget
child
,
bool
visible
=
false
,
})
Implementation
const GrayScale({ super.key, required this.child, this.visible = false, });
phone_form_field package
documentation
phone_form_field
GrayScale
GrayScale.new const constructor
GrayScale class