alignMiddle method
Centers the element vertically within the line.
Matches Bootstrap's .align-middle class.
Implementation
WidgetSpan alignMiddle() => WidgetSpan(
alignment: PlaceholderAlignment.middle,
child: this,
);
Centers the element vertically within the line.
Matches Bootstrap's .align-middle class.
WidgetSpan alignMiddle() => WidgetSpan(
alignment: PlaceholderAlignment.middle,
child: this,
);