copyWith property
Implementation
@override
TwContainer Function(TwStyle newStyle) get copyWith => (newStyle) => TwContainer(
child: child,
style: newStyle,
);
@override
TwContainer Function(TwStyle newStyle) get copyWith => (newStyle) => TwContainer(
child: child,
style: newStyle,
);