TestDelta constructor

TestDelta(
  1. BuildContext context
)

Implementation

factory TestDelta(BuildContext context) {
  data ??= TestDelta._(MediaQuery.of(context), Theme.of(context));

  return data!;
}