TextLayer constructor

const TextLayer({
  1. Key? key,
})

Implementation

const TextLayer({
  super.key,
});