menu
noteflutter package
documentation
tiktok/views/videoButtonColumn.dart
IconToText
IconToText.new const constructor
IconToText.new const constructor
dark_mode
light_mode
IconToText
constructor
const
IconToText
(
IconData
?
icon
, {
Key
?
key
,
TextStyle
?
style
,
double
?
size
,
Color
?
color
,
})
Implementation
const IconToText( this.icon, { Key? key, this.style, this.size, this.color, }) : super(key: key);
noteflutter package
documentation
tiktok/views/videoButtonColumn
IconToText
IconToText.new const constructor
IconToText class