empty static method

BackgroundFillGradient empty()
override

create BackgroundFillGradient Empty

Implementation

static BackgroundFillGradient empty() {
  return BackgroundFillGradient({});
}