EzImageSetting constructor
const
EzImageSetting({})
Creates a tool for updating the image at prefsKey
's path
Implementation
const EzImageSetting({
Key? key,
required this.semantics,
required this.prefsKey,
required this.fullscreen,
required this.title,
required this.credits,
required this.allowClear,
}) : super(key: key);