mergeFn method
Implementation
Style Function(BuildContext context) mergeFn(
Style Function(BuildContext context) other,
) {
return (BuildContext context) => fn(context).merge(other(context));
}
Style Function(BuildContext context) mergeFn(
Style Function(BuildContext context) other,
) {
return (BuildContext context) => fn(context).merge(other(context));
}