SimpleButton constructor

SimpleButton()

Implementation

SimpleButton() : super('SimpleButton') {
  nodeRoot.style
    ..alignItems = 'center'
    ..justifyContent = 'center';
}