TestDelta constructor
TestDelta(
- BuildContext context
Implementation
factory TestDelta(BuildContext context) {
data ??= TestDelta._(MediaQuery.of(context), Theme.of(context));
return data!;
}