menu
nuntio_core package
documentation
components/iconed_button.dart
IconedButton
IconedButton const constructor
IconedButton const constructor
dark_mode
light_mode
IconedButton
constructor
const
IconedButton
(
{
String
?
text
,
Icon
?
icon
,
required
Color
color
,
})
Implementation
const IconedButton({ this.text, this.icon, required this.color, });
nuntio_core package
documentation
components/iconed_button
IconedButton
IconedButton const constructor
IconedButton class