trans top-level property

LinearGradient? trans
getter/setter pair

Implementation

LinearGradient? trans = const LinearGradient(
  begin: Alignment.topLeft,
  end: Alignment.bottomRight,
  colors: [
    Colors.transparent,
    Colors.transparent,
  ],
);