isRequired property

bool? isRequired
getter/setter pair

null will not occupy the space and do not display, true will display and occupy, false just occupying the space.

Implementation

bool? isRequired;