copyWith abstract method

FlameTextStyle copyWith(
  1. covariant FlameTextStyle other
)

Creates a new FlameTextStyle, preferring the properties of other if present, falling back to the properties of this.

Implementation

FlameTextStyle copyWith(covariant FlameTextStyle other);