SidesFlag constructor

SidesFlag(
  1. double leftFlag,
  2. double topFlag,
  3. double rightFlag,
  4. double bottomFlag,
)

Implementation

SidesFlag(this.leftFlag, this.topFlag, this.rightFlag, this.bottomFlag);