LanguageListWidget constructor

LanguageListWidget({
  1. WidgetType widgetType = WidgetType.LIST,
  2. void onLanguageChange(
    1. LanguageDataModel
    )?,
  3. ScrollPhysics? scrollPhysics,
  4. Widget? trailing,
  5. Key? key,
})

Implementation

LanguageListWidget({
  this.widgetType = WidgetType.LIST,
  this.onLanguageChange,
  this.scrollPhysics,
  this.trailing,
  Key? key,
}) : super(key: key);