menu
fastyle_core package
documentation
ui/results/result.dart
FastResult
FastResult.new const constructor
FastResult.new const constructor
dark_mode
light_mode
FastResult
constructor
const
FastResult
(
{
Key
?
key
,
Color
?
textColor
,
String
?
text
,
Widget
?
icon
,
})
Implementation
const FastResult({ super.key, this.textColor, this.text, this.icon, });
fastyle_core package
documentation
ui/results/result
FastResult
FastResult.new const constructor
FastResult class