FillProperty constructor

const FillProperty({
  1. required FFill fill,
})

Implementation

const FillProperty({
  required this.fill,
}) : super(NodeProperties.fill, fill);