content property

String content
getter/setter pair

Property that defines the screen overlay visibility. Property that defines the screen overlay color. Property that defines the screen overlay content.

Implementation

// int visibility;

/// Property that defines the screen overlay `color`.
// String color;

/// Property that defines the screen overlay `content`.
String content;