icon_xL method

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

Implementation

double icon_xL({String? pageName, bool? isStatic}) {
  return icon_large5(pageName: pageName, isStatic: isStatic);
}