S360FOpsCard constructor

const S360FOpsCard({
  1. required String title,
  2. required Widget children,
  3. String? tooltip,
  4. Key? key,
})

Implementation

const S360FOpsCard({
  required this.title,
  required this.children,
  this.tooltip,
  super.key,
});