GifyTextMessage constructor
const
GifyTextMessage({})
Implementation
const GifyTextMessage({
required this.text,
this.fontSize = 10,
this.fontColor = Colors.black,
this.x = 0.0,
this.y = 0.0,
});
const GifyTextMessage({
required this.text,
this.fontSize = 10,
this.fontColor = Colors.black,
this.x = 0.0,
this.y = 0.0,
});