ConsentText constructor

ConsentText(
  1. {Key? key}
)

Implementation

ConsentText({
  Key? key,
}) : super(key: key);