CalloutStyle constructor

CalloutStyle({
  1. TextStyle? titleTextStyle,
  2. TextStyle? detailTextStyle,
  3. Color backgroundColor = Colors.white,
  4. Color borderColor = const Color(0x1F000000),
  5. double borderRadius = 8,
  6. double borderWidth = 1,
  7. EdgeInsets contentPadding = const EdgeInsets.all(4),
  8. double minWidth = 52,
  9. double? maxWidth,
  10. Offset offset = const Offset(0, -8),
  11. bool autoAdjustWidth = true,
})