InfoButton constructor

const InfoButton(
  1. {Key key}
)

Implementation

const InfoButton({
  Key key,
}) : super(key: key);