shouldExtendRail method

bool shouldExtendRail(
  1. Size size
)

Implementation

bool shouldExtendRail(Size size) {
  return size.width >= extendedRailWidth;
}