fillParent method

  1. @override
void fillParent()
override

This determines how the shape should scale if it should try to fill its parents boundaries.

Implementation

@override
void fillParent() {
  // There is no need to do anything here since the size already is bound to
  // the parent size and the radius is defined from the shortest side.
}