alignBottomInline method
Aligns the bottom of the element with the bottom of the lowest element on the line.
Matches Bootstrap's .align-bottom class.
Implementation
WidgetSpan alignBottomInline() => WidgetSpan(
alignment: PlaceholderAlignment.bottom,
child: this,
);