icon_mega method

double icon_mega({
  1. String? pageName,
  2. bool? isStatic,
})

Implementation

double icon_mega({String? pageName, bool? isStatic}) {
  return icon_mega5(pageName: pageName, isStatic: isStatic);
}