SfLocalizationsLt constructor

const SfLocalizationsLt({
  1. String localeName = 'lt',
})

Creating an argument constructor of SfLocalizationsLt class

Implementation

const SfLocalizationsLt({
  String localeName = 'lt',
}) : super(
        localeName: localeName,
      );