WidgetImageController<T> constructor

WidgetImageController<T>({
  1. T? value,
})

Implementation

WidgetImageController({T? value}) : super(_InternalHolder<T>(value));