menu
flipper_finance package
documentation
gallery_options.dart
ApplyTextOptions
ApplyTextOptions const constructor
ApplyTextOptions const constructor
dark_mode
light_mode
ApplyTextOptions
constructor
const
ApplyTextOptions
(
{
Key
?
key
,
required
Widget
child
,
})
Implementation
const ApplyTextOptions({Key? key, required this.child}) : super(key: key);
flipper_finance package
documentation
gallery_options
ApplyTextOptions
ApplyTextOptions const constructor
ApplyTextOptions class