Fill.hollow constructor

Fill.hollow(
  1. Block block, {
  2. required Area area,
})

Implementation

Fill.hollow(this.block, {required this.area}) {
  type = 'hollow';
}