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