stylize property

  1. @Deprecated('Use "enableStyling" instead!')
bool get stylize

Implementation

@Deprecated('Use "enableStyling" instead!')
static bool get stylize => enableStyling;
  1. @Deprecated('Use "enableStyling" instead!')
set stylize (bool value)

Implementation

@Deprecated('Use "enableStyling" instead!')
static set stylize(bool value) => enableStyling = value;