menu
every_door_plugin package
documentation
helpers/draw_style.dart
DrawingStyle
DrawingStyle.new const constructor
DrawingStyle.new const constructor
dark_mode
light_mode
DrawingStyle
constructor
const
DrawingStyle
(
{
required
Color
color
,
bool
thin
=
false
,
bool
dashed
=
false
,
})
Implementation
const DrawingStyle({ required this.color, this.thin = false, this.dashed = false, });
every_door_plugin package
documentation
helpers/draw_style
DrawingStyle
DrawingStyle.new const constructor
DrawingStyle class