createController abstract method
Creates a FSliderController.
Overriding managed subclasses should always return controller if it is non-null, e.g. return controller ?? MyController();
Implementation
@visibleForOverriding
FSliderController createController();