isStretchAlign method

bool isStretchAlign(
  1. ResponsiveAlignment v
)

Implementation

bool isStretchAlign(ResponsiveAlignment v) =>
    v == ResponsiveAlignment.stretch;