menu
map_rf package
documentation
RapidFireMap/shared/TextRF.dart
TextRF
TextRF const constructor
TextRF const constructor
dark_mode
light_mode
TextRF
constructor
const
TextRF
(
String
text
, {
Key
?
key
,
Color
?
color
,
double
?
size
,
FontWeight
?
fontWeight
,
TextAlign
?
textAlign
,
})
Implementation
const TextRF(this.text, {super.key, this.color, this.size, this.fontWeight, this.textAlign});
map_rf package
documentation
RapidFireMap/shared/TextRF
TextRF
TextRF const constructor
TextRF class