ignoreAlign method

EdgeInsets ignoreAlign(
  1. TextStyle? style
)

Implementation

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