GlobalWidgetsLocalizations constructor

const GlobalWidgetsLocalizations(
  1. TextDirection textDirection
)

Construct an object that defines the localized values for the widgets library for the given textDirection.

Implementation

const GlobalWidgetsLocalizations(this.textDirection);