menu
flutter_androssy package
documentation
views/edit_text/view.dart
Underline
Underline.new const constructor
Underline.new const constructor
dark_mode
light_mode
Underline
constructor
const
Underline
(
{
Key
?
key
,
Color
?
color
,
bool
active
=
true
,
double
height
=
1
,
})
Implementation
const Underline({ super.key, this.color, this.active = true, this.height = 1, });
flutter_androssy package
documentation
views/edit_text/view
Underline
Underline.new const constructor
Underline class