FillProperty constructor
const
FillProperty({
- required FFill fill,
Implementation
const FillProperty({
required this.fill,
}) : super(NodeProperties.fill, fill);
const FillProperty({
required this.fill,
}) : super(NodeProperties.fill, fill);