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