menu
ssn package
documentation
important/shape_drawing_answer.dart
DrawnShape
DrawnShape.new const constructor
DrawnShape.new const constructor
dark_mode
light_mode
DrawnShape
constructor
const
DrawnShape
(
{
required
ShapeType
type
,
required
Offset
position
,
required
Color
color
,
})
Implementation
const DrawnShape({ required this.type, required this.position, required this.color, });
ssn package
documentation
important/shape_drawing_answer
DrawnShape
DrawnShape.new const constructor
DrawnShape class