menu
iconoir_flutter package
documentation
regular/mastodon.dart
Mastodon
Mastodon const constructor
Mastodon const constructor
dark_mode
light_mode
Mastodon
constructor
const
Mastodon
(
{
Key
?
key
,
Color
?
color
,
double
?
width
,
double
?
height
,
})
Implementation
const Mastodon({widgets.Key? key, this.color, this.width, this.height}) : super(key: key);
iconoir_flutter package
documentation
regular/mastodon
Mastodon
Mastodon const constructor
Mastodon class