flex property

int? flex
inherited

flex

Implementation

int? get flex => $get(#flex);
void flex=(int? flex)
inherited

Implementation

set flex(int? flex) => $set(#flex, flex);