moveLocalTextStyleAfter property
Implementation
void Function(
_i3.TextStyle, [
_i3.TextStyle?,
]) get moveLocalTextStyleAfter => (
_i3.TextStyle p0, [
_i3.TextStyle? p1,
]) =>
_i5.callMethod(
_i5.getProperty(
this,
'moveLocalTextStyleAfter',
),
r'call',
[
this,
p0,
p1 ?? _i7.undefined,
],
);