menu
neo_flutterism package
documentation
widgets/neo_text_button.dart
NeoButton
NeoButton.new const constructor
NeoButton.new const constructor
dark_mode
light_mode
NeoButton
constructor
const
NeoButton
(
String
value
, {
Key
?
key
,
bool
allCaps
=
true
,
double
?
width
,
})
Implementation
const NeoButton( this.value, { Key? key, this.allCaps = true, this.width, }) : super(key: key);
neo_flutterism package
documentation
widgets/neo_text_button
NeoButton
NeoButton.new const constructor
NeoButton class