getTileSelectorWidget method
Implementation
Widget getTileSelectorWidget() {
if(false == _tileSwitcherWidgetInitialized) {
_debugWarn("has not been initialized, call attachTileSelectorWidget and pass a widget to do so");
return const SizedBox.shrink(); //release fallback
}
return _tileSwitcherWidget;
}