customStyle abstract method

WidgetStyleRF customStyle(
  1. BuildContext context,
  2. Type widgetType,
  3. dynamic pageData,
  4. bool? showPlaceholder,
)

Implementation

WidgetStyleRF customStyle(
  BuildContext context,
  Type widgetType,
  dynamic pageData,
  bool? showPlaceholder,
);