menu
aj_text_editor package
documentation
Widget/FontFamily.dart
FontFamily
FontFamily.new const constructor
FontFamily.new const constructor
dark_mode
light_mode
FontFamily
constructor
const
FontFamily
(
String
font
, {
Key
?
key
,
required
dynamic
onSelect
(
String
),
bool
isSelected
=
false
,
})
Implementation
const FontFamily(this.font, {super.key, required this.onSelect, this.isSelected = false});
aj_text_editor package
documentation
Widget/FontFamily
FontFamily
FontFamily.new const constructor
FontFamily class