align method

EdgeInsets align(
  1. TextStyle? style
)

Implementation

EdgeInsets align(TextStyle? style) {
  return this + EdgeInsets.only(top: _getHeight(style));
}