ComponentLocalisation constructor

const ComponentLocalisation(
  1. {required Widget child,
  2. Key? key,
  3. List<LocalizationsDelegate>? delegates,
  4. Locale? localeOverride}
)

Creates a ComponentLocalisation.

Implementation

const ComponentLocalisation