maybeMessageHorizontalInsetOf static method
Implementation
static double? maybeMessageHorizontalInsetOf(BuildContext context) {
return maybeOf(context)?.messageHorizontalInset;
}
static double? maybeMessageHorizontalInsetOf(BuildContext context) {
return maybeOf(context)?.messageHorizontalInset;
}