copyWith property

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

Implementation

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