getHeroTag method

Object getHeroTag()

Returns the heroTag of the matched FloatingActionButton via Widget.toDiagnosticsNode

Implementation

Object getHeroTag() {
  return getDiagnosticProp<Object>('heroTag');
}