FormStyleSwitchBox typedef

FormStyleSwitchBox = Map<String, FormCast Function()>

FormStyleSwitchBox is a typedef that helps in managing form style switch boxes

Implementation

typedef FormStyleSwitchBox = Map<String, FormCast Function()>;