WarningMessage constructor

const WarningMessage(
  1. {Key? key}
)

Implementation

const WarningMessage({
  super.key,
});