copyWith property

  1. @override
TwText Function(TwStyle newStyle) get copyWith
override

Implementation

@override
TwText Function(TwStyle newStyle) get copyWith => (newStyle) => TwText(text, newStyle);