useDoubleColumn property
bool
get
useDoubleColumn
Implementation
bool get useDoubleColumn => (
widget.rightFields != null &&
MediaQuery.of(context).size.width >= widget.minDualColumWidth
);
bool get useDoubleColumn => (
widget.rightFields != null &&
MediaQuery.of(context).size.width >= widget.minDualColumWidth
);