BuildContextExtension extension
A set of extensions for the BuildContext class.
- on
Methods
-
measureTextSize(
{required String text, TextStyle? textStyle}) → Size -
Measures the size of the given
text
with the DefaultTextStyle or giventextStyle
.