menu
on_the_fly
client\components\gradient_f_circle.dart
GradientBall
GradientBall const constructor
GradientBall
dark_mode
light_mode
GradientBall
constructor
const
GradientBall
(
{
Key
?
key
,
required
List
<
Color
>
colors
,
Size
size
=
const Size.square(150)
,
})
Implementation
const GradientBall({ super.key, required this.colors, this.size = const Size.square(150), });
on_the_fly
gradient_f_circle
GradientBall
GradientBall const constructor
GradientBall class